about summary refs log tree commit diff
path: root/tests/mir-opt/const_promotion_extern_static.BAR-promoted[0].SimplifyCfg-pre-optimizations.after.mir
blob: 344851bb088392d3e5f80c22cbe6af0e2dd77c40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// MIR for `BAR::promoted[0]` after SimplifyCfg-pre-optimizations

const BAR::promoted[0]: &[&i32; 1] = {
    let mut _0: &[&i32; 1];
    let mut _1: [&i32; 1];
    let mut _2: &i32;
    let mut _3: &i32;

    bb0: {
        _3 = const {ALLOC0: &i32};
        _2 = &(*_3);
        _1 = [move _2];
        _0 = &_1;
        return;
    }
}

ALLOC0 (static: Y)